Skip to main content

Installation

  1. To install the CMND embed widget you will need the HTML script tag pointing to the CMND embed widget bundle of for the embed widget
<script src="https://embed.cmnd.ai/widget.js"></script>

NOTE: Below is an example implementation

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="https://embed.cmnd.ai/widget.js"></script>
</head>
<body>

</body>
</html>